os/exec.Cmd.writerDescriptor (method)

3 uses

	os/exec (current package)
		exec.go#L560: 	return c.writerDescriptor(c.Stdout)
		exec.go#L567: 	return c.writerDescriptor(c.Stderr)
		exec.go#L574: func (c *Cmd) writerDescriptor(w io.Writer) (*os.File, error) {